type golang.org/x/net/http2.http2Config

8 uses

	golang.org/x/net/http2 (current package)
		config.go#L28: type http2Config struct {
		config.go#L44: func configFromServer(h1 *http.Server, h2 *Server) http2Config {
		config.go#L45: 	conf := http2Config{
		config.go#L65: func configFromTransport(h2 *Transport) http2Config {
		config.go#L66: 	conf := http2Config{
		config.go#L96: func setConfigDefaults(conf *http2Config, server bool) {
		config.go#L124: func fillNetHTTPConfig(conf *http2Config, h2 *http.HTTP2Config) {
		server.go#L891: func (sc *serverConn) serve(conf http2Config) {